VObjectPair
Section: ET++ class description (n)
Updated: automatically Fri Mar 15 14:14:25 1991
Index
Return to Main Contents
NAME
VObjectPair.short - aligns two VObjects horizontally
DESCRIPTION
The VObjectPair manages two other VObjects. It is often used to display an item with a label, e.g. the items in a file dialog (see class FileItem) or a button and its label (see class LabeledButton). Therefore it aligns them horizontally along their baselines with a certain gap between them.
classes are sometimes derived from VObjectPair.
class VObjectPair
is sometimes reused directly.
class VObjectPair contains 14 methods.
- owner of class:
-
nobody.
- baseclasses:
-
VObject
- subclasses:
-
FileItem, LabeledButton, MenuItem, PopupItem
- flags:
-
VObjFlags
INSTANCE VARIABLES
- gap (protected Point)
-
the gap between the left and right VObject
- left (protected VObject *)
-
the VObject at the left
- right (protected VObject *)
-
the VObject at the right
INSTANCE METHOD LIST
- client interface
-
VObjectPair
- implementation
-
Base
DispatchEvents
Draw
Enable
FreeAll
GetMinSize
Parts
PrintOn
ReadFrom
SendDown
SetContainer
SetExtent
SetOrigin
CATEGORIES
VObject Composition
FILES
- declaration:
-
VObjectPair.h
KNOWN PROBLEMS
VObjectPair does not implement the method Detect making it impossible to look for items in the VObject trees below through the method FindItem.
HISTORY
joe@csesbg.at Mon Sep 09 12:21 1991 MET DST
Index
- NAME
-
- DESCRIPTION
-
- INSTANCE VARIABLES
-
- INSTANCE METHOD LIST
-
- CATEGORIES
-
- FILES
-
- KNOWN PROBLEMS
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:21 GMT, March 30, 2022